home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 March / inter@ivo 1997-03.iso / cybint14 / bin / cc.dxr / 00016.ls < prev    next >
Encoding:
Text File  |  1997-02-17  |  605 b   |  32 lines

  1. on exitFrame
  2.   global act
  3.   if act = 0 then
  4.     if rollOver(22) or rollOver(23) then
  5.       cursor([901, 902])
  6.     else
  7.       if rollOver(3) or rollOver(4) then
  8.         cursor([901, 902])
  9.       else
  10.         if rollOver(5) or rollOver(6) then
  11.           cursor([901, 902])
  12.         else
  13.           if rollOver(7) then
  14.             cursor([901, 902])
  15.           else
  16.             cursor(-1)
  17.           end if
  18.         end if
  19.       end if
  20.     end if
  21.   end if
  22.   if act = 1 then
  23.     if rollOver(25) or rollOver(26) then
  24.       cursor([901, 902])
  25.     else
  26.       cursor(-1)
  27.     end if
  28.     Loopframe()
  29.   end if
  30.   go(3)
  31. end
  32.